net/http.readTrackingBody.didRead (field)
4 uses
net/http (current package)
transfer.go#L428: r.didRead = true
transport.go#L631: didRead bool
transport.go#L636: r.didRead = true
transport.go#L663: if req.Body == nil || req.Body == NoBody || (!req.Body.(*readTrackingBody).didRead && !req.Body.(*readTrackingBody).didClose) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)